Kundenbewertungen

Eine Bewertung schreiben
  • Alle Bewertungen (157)
  • Bild (7)
  • Video (2)
  • Alle Sterne
    • Alle Sterne(157)
    • 5 Sterne(141)
    • 4 Sterne(9)
    • 3 Sterne(4)
    • 2 Sterne(1)
    • 1 Sterne(2)
Sortiere durch:
Zur Vorschau
  • Zur Vorschau
  • Am hilfreichsten
  • Die letzten
Bewertungen nur aus Ihrem Land (Germany)
|
Original zeigen

Ein Teil der Rezension wurde automatisch übersetzt.

  • 13/04/2014

    This board and remote combo work well with Arduino's. Easy to program. Press 1 of the 4 buttons and a digitial port goes high. This will work well for multiple input and robotic projects. I couldn't find a sample program for this board, so I wrote one. It's simple, but works well to test the board and remote. One thing to note, the remote control buttons do not match the picture of the product. Over all a nicely designed board for projects. //4 Channel Wireless RF Remote Control Transmitter/Receiver Module //Basic test program - no interrupt or debounce of the pressed buttons //Note that this is for the pushbutton configuration // // // Picture on BangGood is backwards // // // If you have this remote control configuration use the following // D0=3 // D1=4 // D2=5 // D3=6 int VT = 2; int D0 = 5; int D1 = 3; int D2 = 6; int D3 = 4; int ledPin = 13; int PB = 0; int out0 = 0; int out1 = 0; int out2 = 0; int out3 = 0; void setup() { Serial.begin(9600); pinMode(ledPin, OUTPUT); pinMode(D0, INPUT); pinMode(D1, INPUT); pinMode(D2, INPUT); pinMode(D3, INPUT); pinMode(VT, INPUT); } void loop() { PB = 0; out0 = 0; out1 = 0; out2 = 0; out3 = 0; int PB = digitalRead(VT); int out0 = digitalRead(D0); int out1 = digitalRead(D1); int out2 = digitalRead(D2); int out3 = digitalRead(D3); if (PB == HIGH) { digitalWrite(ledPin, HIGH); delay (50); digitalWrite(ledPin, LOW); Serial.println(PB); Serial.println(out0); Serial.println(out1); Serial.println(out2); Serial.println(out3); Serial.println("**************************"); } }

    Kommentar (2)
    Original zeigen
  • 28/09/2016

    The battery was not charged, I have to buy it, and cost and it costs about 3$ in my country. Have to solder, to SET your personal KEY Have to solder a cupper wire like a antenna

    Kommentar
    Original zeigen
Show:

    Gesamt 0 Seiten

    Zur Seite gehen

    Sie interessieren sich vielleicht für:

    recommendation for you
    • US$23.19
    • US$56.99
    • US$4.99
    • US$14.94
    • US$12.99
    • US$20.78
    • US$8.07
    • US$82.42
    • US$55.19
    • US$7.99
    • US$18.39
    • US$21.07
    • US$13.59
    • US$9.49
    • US$19.15
    • US$23.99
    • US$11.99
    • US$22.99